type flag.textValue

6 uses

	flag (current package)
		flag.go#L299: type textValue struct{ p encoding.TextUnmarshaler }
		flag.go#L301: func newTextValue(val encoding.TextMarshaler, p encoding.TextUnmarshaler) textValue {
		flag.go#L314: 	return textValue{p}
		flag.go#L317: func (v textValue) Set(s string) error {
		flag.go#L321: func (v textValue) Get() interface{} {
		flag.go#L325: func (v textValue) String() string {